View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013942 | Scribus | User Interface | public | 2016-04-10 13:57 | 2016-04-10 21:59 |
Reporter | FirasH | Assigned To | FirasH | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.2.svn | ||||
Fixed in Version | 1.5.2.svn | ||||
Summary | 0013942: Follow-up to 0013284, consistent "Chain" button in Preferences > Item Tools | ||||
Description | Follow-up to 0013284, consistent "Chain" button in Preferences > Item Tools. See screenshot in related issue. | ||||
Additional Information | 1.5.2.svn (21184) | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
|
13942-Patch.diff (1,169 bytes)
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 @@ -895,6 +895,12 @@ </item> <item row="0" column="2" rowspan="2"> <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> @@ -901,6 +907,12 @@ <height>0</height> </size> </property> + <property name="maximumSize"> + <size> + <width>15</width> + <height>16777215</height> + </size> + </property> <property name="text"> <string>...</string> </property> |
|
Committed, thanks! |
|
Thanks jghali! Fixed in 1.5.2.svn (21187). |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-10 13:57 | FirasH | New Issue | |
2016-04-10 13:57 | FirasH | File Added: 13942-Patch.diff | |
2016-04-10 13:57 | FirasH | Relationship added | child of 0013906 |
2016-04-10 13:57 | FirasH | Relationship added | related to 0013284 |
2016-04-10 19:49 | jghali | Note Added: 0040028 | |
2016-04-10 19:49 | jghali | Status | new => resolved |
2016-04-10 19:49 | jghali | Fixed in Version | => 1.5.2.svn |
2016-04-10 19:49 | jghali | Resolution | open => fixed |
2016-04-10 19:49 | jghali | Assigned To | => FirasH |
2016-04-10 21:59 | FirasH | Note Added: 0040031 | |
2016-04-10 21:59 | FirasH | Status | resolved => closed |