Bugzilla – Attachment 157347 Details for
Bug 128942
Remove frame around rotation wheel within Position and Size / Ratation dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
rotationTabPage.patch (text/plain), 3.67 KB, created by
Thorsten Wagner
on 2020-01-23 00:08:00 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Thorsten Wagner
Created:
2020-01-23 00:08:00 UTC
Size:
3.67 KB
patch
obsolete
>diff --git a/cui/uiconfig/ui/rotationtabpage.ui b/cui/uiconfig/ui/rotationtabpage.ui >index a4f1b0eb6d..b849bb1e74 100644 >--- a/cui/uiconfig/ui/rotationtabpage.ui >+++ b/cui/uiconfig/ui/rotationtabpage.ui >@@ -127,7 +127,7 @@ > <packing> > <property name="expand">False</property> > <property name="fill">True</property> >- <property name="position">1</property> >+ <property name="position">0</property> > </packing> > </child> > <child> >@@ -157,7 +157,7 @@ > <packing> > <property name="expand">True</property> > <property name="fill">True</property> >- <property name="position">0</property> >+ <property name="position">1</property> > </packing> > </child> > </object> >@@ -266,34 +266,28 @@ > <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="GtkViewport"> > <property name="visible">True</property> >- <property name="can_focus">True</property> >+ <property name="can_focus">False</property> > <property name="halign">center</property> >- <property name="shadow_type">in</property> >+ <property name="shadow_type">none</property> > <child> >- <object class="GtkViewport"> >+ <object class="GtkDrawingArea" id="CTL_ANGLE"> > <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> >+ <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> > <packing> > <property name="expand">False</property> > <property name="fill">True</property> >- <property name="position">0</property> >+ <property name="position">1</property> > </packing> > </child> > </object>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 128942
:
156016
|
157346
| 157347