diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-03-04 12:07:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-03-04 12:18:23 +0100 |
commit | 35a2f39de795fca22696224d4490224a6cf93d21 (patch) | |
tree | 2acf875495dfd24cce11d005e8463086900ea13a /cui | |
parent | 0ed226d25db933609fdce54cfa8242a8c3dd3a23 (diff) |
vcl: don't assert when lack of unit is intentional
The Writer zoom dialog had this issue. Also change the drawinglayer
gradient background tabpage to stop using a custom unit text, when the
real unit text will be set from code anyway.
Change-Id: Ib2e12572abb5c407b7c49dfa4a34dbdd6b6068d4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/gradientpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui index d0eafe67c1c1..bea9f2ea5092 100644 --- a/cui/uiconfig/ui/gradientpage.ui +++ b/cui/uiconfig/ui/gradientpage.ui @@ -153,7 +153,7 @@ </packing> </child> <child> - <object class="GtkSpinButton" id="anglemtr: degrees"> + <object class="GtkSpinButton" id="anglemtr:0"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> |