forked from qt-creator/qt-creator
QmlDesigner: Fix hex label eliding in ColorEditor
Change-Id: I144511f8cfe4caabaf84d19331a6cb4222884cdf Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
260d323a85
commit
92cb2427f8
@@ -787,7 +787,9 @@ SecondColumnLayout {
|
|||||||
|
|
||||||
ControlLabel {
|
ControlLabel {
|
||||||
text: "Hex"
|
text: "Hex"
|
||||||
width: StudioTheme.Values.colorEditorPopupHexLabelWidth
|
width: 2 * StudioTheme.Values.colorEditorPopupSpinBoxWidth
|
||||||
|
+ StudioTheme.Values.controlGap
|
||||||
|
horizontalAlignment: Text.AlignLeft
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -199,8 +199,6 @@ QtObject {
|
|||||||
property real colorEditorPopupCmoboBoxWidth: 110
|
property real colorEditorPopupCmoboBoxWidth: 110
|
||||||
property real colorEditorPopupSpinBoxWidth: 54
|
property real colorEditorPopupSpinBoxWidth: 54
|
||||||
|
|
||||||
property real colorEditorPopupHexLabelWidth: 20
|
|
||||||
|
|
||||||
// Theme Colors
|
// Theme Colors
|
||||||
|
|
||||||
property string themePanelBackground: Theme.color(Theme.DSpanelBackground)
|
property string themePanelBackground: Theme.color(Theme.DSpanelBackground)
|
||||||
|
Reference in New Issue
Block a user