mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Changed button margin
This commit is contained in:
parent
91a73b2689
commit
4579ac4998
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ const int MINIMAL_WIDTH = 700;
|
|||
const int SEARCH_BUTTON_LEFT = 25;
|
||||
const int SEARCH_BUTTON_WIDTH = 20;
|
||||
const int SEARCH_TOGGLE_BUTTON_WIDTH = 50;
|
||||
const int BUTTON_MARGIN = 15;
|
||||
const int SEARCH_TEXT_WIDTH = 240;
|
||||
const QColor HIGHLIGHT_COLOR = QColor("#3366CC");
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ const int ELEMENT_MARGIN = 7;
|
|||
const int ELEMENT_HEIGHT = 32;
|
||||
const int CHECKBOX_MARGIN = 12;
|
||||
const int CHECKBOX_WIDTH = 140;
|
||||
const int BUTTON_MARGIN = 8;
|
||||
|
||||
class QPushButton;
|
||||
class QLineEdit;
|
||||
|
|
Loading…
Reference in a new issue