View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013284 | Scribus | User Interface | public | 2015-08-09 22:25 | 2016-04-10 13:57 |
Reporter | FirasH | Assigned To | fschmid | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.1svn | ||||
Target Version | 1.5.2 | Fixed in Version | 1.5.2.svn | ||
Summary | 0013284: Keep "Chain" button consistent across UI | ||||
Description | Keep "Chain" button consistent across UI. See attached screenshot. The patch is tested. | ||||
Additional Information | 1.5.1.svn (20305) | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
|
13284-Patch.diff (2,563 bytes)
diff --git a/scribus/ui/transformdialogbase.ui b/scribus/ui/transformdialogbase.ui --- a/scribus/ui/transformdialogbase.ui +++ b/scribus/ui/transformdialogbase.ui @@ -175,10 +175,16 @@ </item> <item row="1" column="2" rowspan="2"> <widget class="LinkButton" name="scaleLink"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="minimumSize"> <size> <width>15</width> - <height>15</height> + <height>0</height> </size> </property> <property name="maximumSize"> @@ -369,10 +375,16 @@ </item> <item row="1" column="2" rowspan="2"> <widget class="LinkButton" name="linkSkew"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="minimumSize"> <size> <width>15</width> - <height>15</height> + <height>0</height> </size> </property> <property name="maximumSize"> diff --git a/scribus/ui/prefs_itemtoolsbase.ui b/scribus/ui/prefs_itemtoolsbase.ui --- a/scribus/ui/prefs_itemtoolsbase.ui +++ b/scribus/ui/prefs_itemtoolsbase.ui @@ -852,6 +852,24 @@ </item> <item> <widget class="LinkButton" name="scalingLockToolButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>15</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>15</width> + <height>16777215</height> + </size> + </property> <property name="text"> <string>...</string> </property> |
|
|
|
|
|
bump |
|
Thanks fschmid! Fixed in 1.5.2.svn (21182). There is still a minor change to do, will submit in a new report. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-08-09 22:25 | FirasH | New Issue | |
2015-08-09 22:26 | FirasH | File Added: 13284-Patch.diff | |
2015-08-09 22:27 | FirasH | File Added: 13284-ScreenshotA.png | |
2015-08-09 22:27 | FirasH | File Added: 13284-ScreenshotB.png | |
2015-08-09 22:27 | FirasH | Description Updated | |
2015-09-26 21:12 | Kunda | Note Added: 0036402 | |
2016-04-01 19:23 | Kunda | Relationship added | related to 0013846 |
2016-04-03 10:44 | FirasH | Relationship added | child of 0013906 |
2016-04-10 04:26 | Kunda | Target Version | => 1.5.2 |
2016-04-10 07:29 | fschmid | Status | new => resolved |
2016-04-10 07:29 | fschmid | Fixed in Version | => 1.5.2.svn |
2016-04-10 07:29 | fschmid | Resolution | open => fixed |
2016-04-10 07:29 | fschmid | Assigned To | => fschmid |
2016-04-10 13:46 | FirasH | Note Added: 0040011 | |
2016-04-10 13:46 | FirasH | Status | resolved => closed |
2016-04-10 13:57 | FirasH | Relationship added | related to 0013942 |