diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-08 15:02:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-08 17:06:36 +0300 |
commit | b930f7f858b0ad91206939ed1b6d5695bc10f9cc (patch) | |
tree | 2b6d2be95b1f387399709e99ffedf050866f534a /data/themes/jewelry/Makefile.am | |
parent | 4c404e75a4e36d2d3151200e09990a9b6e82dacf (diff) | |
download | manaplus-b930f7f858b0ad91206939ed1b6d5695bc10f9cc.tar.gz manaplus-b930f7f858b0ad91206939ed1b6d5695bc10f9cc.tar.bz2 manaplus-b930f7f858b0ad91206939ed1b6d5695bc10f9cc.tar.xz manaplus-b930f7f858b0ad91206939ed1b6d5695bc10f9cc.zip |
use different item padding in listbox and extendedlistbox depend on DPI.
Diffstat (limited to 'data/themes/jewelry/Makefile.am')
-rw-r--r-- | data/themes/jewelry/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 009fd6eac..0ba198b67 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -30,6 +30,10 @@ gui_DATA = \ equipment_background.xml \ equipmentbox.png \ extendedlistbox.xml \ + extendedlistbox_high.xml \ + extendedlistbox_medium.xml \ + extendedlistbox_xhigh.xml \ + extendedlistbox_xxhigh.xml \ help.xml \ incomplete_icon.xml \ info.xml \ @@ -45,6 +49,10 @@ gui_DATA = \ keyboard_icon_xxhigh.xml \ LICENSE.txt \ listbox.xml \ + listbox_high.xml \ + listbox_medium.xml \ + listbox_xhigh.xml \ + listbox_xxhigh.xml \ login.xml \ map.xml \ ministatus.xml \ |