Move box divider colors to the palette.
This commit is contained in:
parent
1111718ea3
commit
f4a32c34f8
3 changed files with 4 additions and 2 deletions
|
|
@ -137,6 +137,9 @@ boxTitleAdditionalFg: #808080; // box title additional text (like in create grou
|
||||||
boxTitleCloseFg: cancelIconFg; // settings close icon and box search cancel icon (like in contacts box)
|
boxTitleCloseFg: cancelIconFg; // settings close icon and box search cancel icon (like in contacts box)
|
||||||
boxTitleCloseFgOver: cancelIconFgOver; // settings close icon and box search cancel icon (like in contacts box) with mouse over
|
boxTitleCloseFgOver: cancelIconFgOver; // settings close icon and box search cancel icon (like in contacts box) with mouse over
|
||||||
|
|
||||||
|
boxDividerBg: windowBgOver; // gray divider in boxes and layers
|
||||||
|
boxDividerFg: windowShadowFg; // gray divider shadow in boxes and layers
|
||||||
|
|
||||||
paymentsTipActive: #01ad0f; // tip button text in payments checkout form
|
paymentsTipActive: #01ad0f; // tip button text in payments checkout form
|
||||||
|
|
||||||
membersAboutLimitFg: windowSubTextFgOver; // text in channel members box about the limit (max 200 last members are shown)
|
membersAboutLimitFg: windowSubTextFgOver; // text in channel members box about the limit (max 200 last members are shown)
|
||||||
|
|
|
||||||
|
|
@ -154,8 +154,6 @@ boxLoadingAnimation: InfiniteRadialAnimation(defaultInfiniteRadialAnimation) {
|
||||||
}
|
}
|
||||||
boxLoadingSize: 20px;
|
boxLoadingSize: 20px;
|
||||||
|
|
||||||
boxDividerBg: windowBgOver;
|
|
||||||
boxDividerFg: windowShadowFg;
|
|
||||||
boxDividerTop: icon {{ "box_divider_top", boxDividerFg }};
|
boxDividerTop: icon {{ "box_divider_top", boxDividerFg }};
|
||||||
boxDividerBottom: icon {{ "box_divider_bottom", boxDividerFg }};
|
boxDividerBottom: icon {{ "box_divider_bottom", boxDividerFg }};
|
||||||
boxDividerHeight: 10px;
|
boxDividerHeight: 10px;
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
#include "ui/widgets/box_content_divider.h"
|
#include "ui/widgets/box_content_divider.h"
|
||||||
|
|
||||||
#include "styles/style_layers.h"
|
#include "styles/style_layers.h"
|
||||||
|
#include "styles/palette.h"
|
||||||
|
|
||||||
#include <QtGui/QPainter>
|
#include <QtGui/QPainter>
|
||||||
#include <QtGui/QtEvents>
|
#include <QtGui/QtEvents>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue