diff options
author | Thorsten Wagner <thorsten.wagner.4@gmail.com> | 2020-01-24 15:44:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-25 18:31:17 +0100 |
commit | 4623b903e16c379a56c63c31ba84cf447bcfe7f9 (patch) | |
tree | 0830a66b9dc16b3413e370de53181214baa9352e /cui | |
parent | 3e7c20a39ab2b32c5f1a27c4ebcaaf5dd0d9c192 (diff) |
tdf#128942 Remove frame around rotation wheel within Position and Size dialog
Change-Id: I62ed118ba862a164b6cbd21ad5757b7d3731cd44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87348
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/rotationtabpage.ui | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/cui/uiconfig/ui/rotationtabpage.ui b/cui/uiconfig/ui/rotationtabpage.ui index a4f1b0eb6d73..5d3f9a1acbe5 100644 --- a/cui/uiconfig/ui/rotationtabpage.ui +++ b/cui/uiconfig/ui/rotationtabpage.ui @@ -257,43 +257,30 @@ <property name="orientation">vertical</property> <property name="spacing">6</property> <child> - <object class="GtkLabel" id="FT_ANGLEPRESETS"> + <object class="GtkDrawingArea" id="CTL_ANGLE"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="rotationtabpage|FT_ANGLEPRESETS">Default _settings:</property> - <property name="use_underline">True</property> + <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> + <property name="tooltip_text" translatable="yes" context="rotationtabpage|CTL_ANGLE|tooltip_text">Rotation Angle</property> + <property name="halign">center</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkScrolledWindow" id="anglepreview"> + <object class="GtkLabel" id="FT_ANGLEPRESETS"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="halign">center</property> - <property name="shadow_type">in</property> - <child> - <object class="GtkViewport"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <child> - <object class="GtkDrawingArea" id="CTL_ANGLE"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> - <property name="tooltip_text" translatable="yes" context="rotationtabpage|CTL_ANGLE|tooltip_text">Rotation Angle</property> - </object> - </child> - </object> - </child> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="rotationtabpage|FT_ANGLEPRESETS">Default _settings:</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> </object> |