Skip to content

Commit

Permalink
* - Make window small like a toolbox app
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Apr 18, 2022
1 parent e09abfa commit 68b2d79
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified data/shot-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/ui/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<property name="spacing">6</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-top">5</property>
<property name="margin-top">47</property>
<child>
<object class="GtkEntry" id="color_label">
<property name="max-width-chars">7</property>
Expand Down
1 change: 1 addition & 0 deletions src/window.vala
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ namespace Colorway {
color_rule_dropdown.set_active(3);
color_rule_dropdown.set_halign (Gtk.Align.START);
color_rule_dropdown.margin_bottom = 12;
color_rule_dropdown.width_request = 175;

box = new PaletteButton ("#111", false);
box.set_size_request(44, 44);
Expand Down

0 comments on commit 68b2d79

Please sign in to comment.