Skip to content

Commit 63b5a41

Browse files
committed
Increase sidebar width
1 parent 40bda45 commit 63b5a41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/skins/default/gui/MainWindow.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545

4646
<node controller="toolbox" id="toolbox" extra-height="35"/>
4747

48-
<image id="layersidebar" class="sidebarcontainer" width="200px">
48+
<image id="layersidebar" class="sidebarcontainer" width="300px">
4949
<node controller="scrollable">
5050
<node controller="layerlist"/>
5151
</node>
5252
<layercontrols/>
5353
</image>
5454

55-
<image id="filtersidebar" class="sidebarcontainer" width="200px">
55+
<image id="filtersidebar" class="sidebarcontainer" width="300px">
5656
<node controller="filterlist" width="200px"/>
5757
</image>
5858

59-
<image id="colorsidebar" class="sidebarcontainer" width="200px">
59+
<image id="colorsidebar" class="sidebarcontainer" width="300px">
6060
<node id="colorpanel" flow="contain-column"/>
6161
</image>
6262

data/skins/default/gui/style.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ align = 0
268268

269269
[colorwheel]
270270
margin = 5 5 5 0
271-
height = 210px
271+
height = 310px
272272

273273
[colorwheel:@fill]
274274
margin = 3 3 3 3

0 commit comments

Comments
 (0)