diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-09 16:38:57 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-08-18 10:38:39 +0200 |
commit | 0b538d1ca8893c0faff55e1e20e62f070fd411d6 (patch) | |
tree | 204e0478afd5534446ae2dc204f91acdafda1c04 /svx/uiconfig | |
parent | c2d32db5b1c401bf8412713a4416491337831f39 (diff) |
jsdialog: dont use popular id for glow color
to avoid confusing it on updates
Change-Id: I2b19dc41a17e070ac1c8869d478c3b0b09a54223
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118692
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120614
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/sidebareffect.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/sidebareffect.ui b/svx/uiconfig/ui/sidebareffect.ui index 6a18fdcb5b7c..0c0ee28da606 100644 --- a/svx/uiconfig/ui/sidebareffect.ui +++ b/svx/uiconfig/ui/sidebareffect.ui @@ -73,7 +73,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="color"> + <object class="GtkLabel" id="glowcolorlabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="sidebarglow|color">Color:</property> @@ -227,7 +227,7 @@ <object class="GtkSizeGroup" id="sizegroupLabel"> <widgets> <widget name="radiusglow"/> - <widget name="color"/> + <widget name="glowcolorlabel"/> <widget name="transparency"/> <widget name="radiussoftedge"/> </widgets> |