Skip to content

Commit

Permalink
#5776: New scale buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 10, 2021
1 parent afd629a commit e807eca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file added install/bitmaps/hscale_down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/bitmaps/hscale_up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/bitmaps/vscale_down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/bitmaps/vscale_up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions install/ui/texturetoolmanipulationpanel.fbp
Expand Up @@ -587,7 +587,7 @@
<property name="aui_row"></property>
<property name="best_size"></property>
<property name="bg"></property>
<property name="bitmap">Load From Art Provider; darkradiant:arrow_left_blue.png; </property>
<property name="bitmap">Load From Art Provider; darkradiant:hscale_down.png; </property>
<property name="caption"></property>
<property name="caption_visible">1</property>
<property name="center_pane">0</property>
Expand Down Expand Up @@ -659,7 +659,7 @@
<property name="aui_row"></property>
<property name="best_size"></property>
<property name="bg"></property>
<property name="bitmap">Load From Art Provider; darkradiant:arrow_right_blue.png; </property>
<property name="bitmap">Load From Art Provider; darkradiant:hscale_up.png; </property>
<property name="caption"></property>
<property name="caption_visible">1</property>
<property name="center_pane">0</property>
Expand Down Expand Up @@ -865,7 +865,7 @@
<property name="aui_row"></property>
<property name="best_size"></property>
<property name="bg"></property>
<property name="bitmap">Load From Art Provider; darkradiant:arrow_down_blue.png; </property>
<property name="bitmap">Load From Art Provider; darkradiant:vscale_down.png; </property>
<property name="caption"></property>
<property name="caption_visible">1</property>
<property name="center_pane">0</property>
Expand Down Expand Up @@ -937,7 +937,7 @@
<property name="aui_row"></property>
<property name="best_size"></property>
<property name="bg"></property>
<property name="bitmap">Load From Art Provider; darkradiant:arrow_up_blue.png; </property>
<property name="bitmap">Load From Art Provider; darkradiant:vscale_up.png; </property>
<property name="caption"></property>
<property name="caption_visible">1</property>
<property name="center_pane">0</property>
Expand Down
8 changes: 4 additions & 4 deletions install/ui/texturetoolmanipulationpanel.xrc
Expand Up @@ -110,7 +110,7 @@
<flag>wxALIGN_CENTER|wxBOTTOM</flag>
<border>0</border>
<object class="wxBitmapButton" name="ScaleHorizSmallerButton">
<bitmap stock_id="darkradiant:arrow_left_blue.png" stock_client="">undefined.png</bitmap>
<bitmap stock_id="darkradiant:hscale_down.png" stock_client="">undefined.png</bitmap>
<default>0</default>
</object>
</object>
Expand All @@ -119,7 +119,7 @@
<flag>wxLEFT</flag>
<border>6</border>
<object class="wxBitmapButton" name="ScaleHorizLargerButton">
<bitmap stock_id="darkradiant:arrow_right_blue.png" stock_client="">undefined.png</bitmap>
<bitmap stock_id="darkradiant:hscale_up.png" stock_client="">undefined.png</bitmap>
<default>0</default>
</object>
</object>
Expand Down Expand Up @@ -157,7 +157,7 @@
<flag>wxALIGN_CENTER|wxBOTTOM</flag>
<border>0</border>
<object class="wxBitmapButton" name="ScaleVertSmallerButton">
<bitmap stock_id="darkradiant:arrow_down_blue.png" stock_client="">undefined.png</bitmap>
<bitmap stock_id="darkradiant:vscale_down.png" stock_client="">undefined.png</bitmap>
<default>0</default>
</object>
</object>
Expand All @@ -166,7 +166,7 @@
<flag>wxLEFT</flag>
<border>6</border>
<object class="wxBitmapButton" name="ScaleVertLargerButton">
<bitmap stock_id="darkradiant:arrow_up_blue.png" stock_client="">undefined.png</bitmap>
<bitmap stock_id="darkradiant:vscale_up.png" stock_client="">undefined.png</bitmap>
<default>0</default>
</object>
</object>
Expand Down

0 comments on commit e807eca

Please sign in to comment.